home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / frame_1 / PlaceObject2_92_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-09-27  |  282 b   |  13 lines

  1. onClipEvent(enterFrame){
  2.    loading = _parent.getBytesLoaded();
  3.    total = _parent.getBytesTotal();
  4.    percent = loading / total * 100;
  5.    per = int(percent);
  6.    percentage = per + "%";
  7.    loadBar._width = per;
  8.    if(percent > 99)
  9.    {
  10.       this.gotoAndStop(3);
  11.    }
  12. }
  13.